projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
927d756
)
(cal-menu-update): Fix menu wording.
author
Karl Heuer
<kwzh@gnu.org>
Fri, 30 Oct 1998 19:44:50 +0000
(19:44 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Fri, 30 Oct 1998 19:44:50 +0000
(19:44 +0000)
lisp/calendar/cal-menu.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/cal-menu.el
b/lisp/calendar/cal-menu.el
index 7da405cc8b8ed903c0c44a62676a7ad99a8599a5..7c7056db7e76360e6f8b4c184e8207a0f40d26b7 100644
(file)
--- a/
lisp/calendar/cal-menu.el
+++ b/
lisp/calendar/cal-menu.el
@@
-225,7
+225,7
@@
(let ((date (calendar-cursor-to-date)))
(if date
(define-key calendar-mode-map [menu-bar Holidays 1-day]
- `(,(format "For
Date %s
"
+ `(,(format "For
Cursor Date (%s)
"
(calendar-date-string date t t))
. calendar-cursor-holidays))))))
;; Try to avoid entering infinite beep mode in case of errors.